Add AnimatedPropsRegistry unit tests (#56221)#56221
Open
bartlomiejbloniarz wants to merge 3 commits intomainfrom
Open
Add AnimatedPropsRegistry unit tests (#56221)#56221bartlomiejbloniarz wants to merge 3 commits intomainfrom
bartlomiejbloniarz wants to merge 3 commits intomainfrom
Conversation
|
@bartlomiejbloniarz has exported this pull request. If you are a Meta employee, you can view the originating Diff in D98133126. |
ffb5a4c to
d478098
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 25, 2026
Summary: Pull Request resolved: #56221 Differential Revision: D98133126
d478098 to
7d20ab6
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 25, 2026
Summary: This diff adds tests for the AnimatedPropsRegistry Differential Revision: D98133126
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
Summary: This diff adds tests for the AnimatedPropsRegistry Differential Revision: D98133126
7d20ab6 to
8ff49c4
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
Summary: Added gtests for the `AnimatedPropsRegistry`, covering update/merge/clear behavior and thread safety. ## Changelog: [Internal][Added] - Added unit tests for AnimatedPropsRegistry Differential Revision: D98133126
bc8c723 to
aa51c38
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
Summary: Added gtests for the `AnimatedPropsRegistry`, covering update/merge/clear behavior and thread safety. ## Changelog: [Internal][Added] - Added unit tests for AnimatedPropsRegistry Differential Revision: D98133126
added 3 commits
March 26, 2026 10:38
Summary: Added gtests for the `AnimationBackendCommitHook`, covering animation prop application during shadow tree commits. ## Changelog: [Internal][Added] - Added unit tests for AnimationBackendCommitHook Differential Revision: D85753532
Summary: Added gtests for the `AnimatedProps` `cloneProp` function, covering typed prop application to view props. ## Changelog: [Internal][Added] - Added unit tests for AnimatedProps Differential Revision: D97951286
Summary: Added gtests for the `AnimatedPropsRegistry`, covering update/merge/clear behavior and thread safety. ## Changelog: [Internal][Added] - Added unit tests for AnimatedPropsRegistry Differential Revision: D98133126
aa51c38 to
1153b90
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Added gtests for the
AnimatedPropsRegistry, covering update/merge/clear behavior and thread safety.Changelog:
[Internal][Added] - Added unit tests for AnimatedPropsRegistry
Differential Revision: D98133126